home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2002-03-18 | 1.0 KB | 29 lines |
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="ErrorViewerPage.aspx.vb" Inherits="AspnetApplications.ErrorViewerPage"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title>ErrorViewerPage</title>
- <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
- <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body>
- <form id="Form1" method="post" runat="server">
- <H1>Error Log Demo</H1>
- <P>This pages demonstrates the ErrorLogger HTTP module, which itself is stored in
- the ErrorLoggerModule.vb source file.</P>
- <P> </P>
- <P>
- <asp:DataList id="DataList1" runat="server">
- <ItemTemplate>
- <%# Container.DataItem %>
- </ItemTemplate>
- <SeparatorTemplate>
- <HR width="100%" SIZE="1">
- </SeparatorTemplate>
- </asp:DataList></P>
- </form>
- </body>
- </HTML>
-